home *** CD-ROM | disk | FTP | other *** search
/ FutureMusic 138 / Future Music Magazine FM138 August 2003 Free Soft Synch NI Carbon.iso / pc / resources / kontaktpp.swf / scripts / DefineButton2_97 / BUTTONCONDACTION on(release).as
Text File  |  2002-10-01  |  331b  |  12 lines

  1. on(release){
  2.    controller.neutral = 50;
  3.    loadTexta._visible = 1;
  4.    loadTextb._visible = 1;
  5.    original._visible = 1;
  6.    processed._visible = 1;
  7.    textdisplay._visible = 1;
  8.    textdisplay.textHolder._x = textdisplay.control.initPosx;
  9.    textdisplay.textHolder._y = textdisplay.control.initPosy;
  10.    gotoAndStop(5);
  11. }
  12.